home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00192_JukeBox- To Mad JukeBox.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  273 b   |  9 lines

  1. on mouseUp
  2.   puppetSound(0)
  3.   set LeftOrigin to the stageLeft
  4.   set TopOrigin to the stageTop
  5.   set the rect of window "quiz.dir" to rect(LeftOrigin, TopOrigin, LeftOrigin + 640, TopOrigin + 480)
  6.   set the windowType of window "quiz.dir" to 2
  7.   open(window "quiz.dir")
  8. end
  9.